services.vdirsyncer.jobs.<name>.config.pairs

vdirsyncer pair configurations

Type
attribute set of (attribute set)
Default
{ }
Example
{
  my_contacts = {
    a = "my_cloud_contacts";
    b = "my_local_contacts";
    collections = [ "from a" ];
    conflict_resolution = "a wins";
    metadata = [ "color" "displayname" ];
  };
};
Declared
<nixpkgs/nixos/modules/services/networking/vdirsyncer.nix>